diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-22 06:21:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-22 06:21:31 +0000 |
| commit | a9431a63382576d60329c378a37a6215d1f5b7d5 (patch) | |
| tree | 4f15ff9ae33cae48c65187e7d3d3cfafa96ab52f /app/[lng]/engineering | |
| parent | c8398b21a25497dec5304caed61103556296a849 (diff) | |
(최겸) 인포메이션 수정, 문서관리 인포메이션 버튼 추가
Diffstat (limited to 'app/[lng]/engineering')
| -rw-r--r-- | app/[lng]/engineering/(engineering)/document-list-ship/page.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx b/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx index 321ce909..e3915419 100644 --- a/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx +++ b/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx @@ -37,7 +37,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 문서 관리 </h2> - <InformationButton pagePath="partners/document-list-ship" /> + </div> {/* <p className="text-muted-foreground"> 소속 회사의 모든 도서/도면을 확인하고 관리합니다. @@ -107,9 +107,12 @@ export default async function IndexPage(props: IndexPageProps) { <Shell className="gap-2"> <div className="flex items-center justify-between space-y-2"> <div> + <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> 조선 Document Management </h2> + <InformationButton pagePath="evcp/document-list-ship" /> + </div> <p className="text-muted-foreground"> </p> |
